home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Konnekt 0.6.22.137 / konnekt_setup_0.6.22.137.exe / doc / p2p.chm / css / style.css
Cascading Style Sheet File  |  2003-05-03  |  856b  |  87 lines

  1. body
  2. {
  3.     margin: 4px;
  4.     color: #000000;
  5.     font-size: 12px;
  6.     text-decoration: none;
  7.     font-family: Tahoma, Verdana;
  8. }
  9.  
  10.  
  11. hr{
  12.     color: #93B971;
  13. }
  14.  
  15. td
  16. {
  17.     font-family: Tahoma, Verdana;
  18.     font-size: 12px;
  19.     text-decoration: none;
  20. }
  21.  
  22. H1
  23. {
  24.     font-size:11px;
  25.     font: normal;
  26. }
  27. H2
  28. {
  29.     font-size: 12px;
  30.     font: normal;
  31. }
  32. H3
  33. {
  34.     font-size:13px;
  35.     font: normal;
  36. }
  37. H4
  38. {
  39.     font-size:14px;
  40.     font: normal;
  41. }
  42. H5{
  43.     font-size:15px;
  44.     font: normal;
  45. }
  46. H6
  47. {
  48.     font-size:16px;
  49.     font: normal;
  50. }
  51.  
  52. a:link, a:visited, a:href, a:active
  53. {
  54.     color: #006060;
  55.     font: bold;
  56.     text-decoration : none;
  57. }
  58. a:hover
  59. {
  60.     color: #ff0000;
  61. }
  62.  
  63. p.txt
  64. {
  65.     text-indent: 25px;
  66. }
  67.  
  68. b.red
  69. {
  70.     font: bold;
  71.     color: red;
  72. }
  73.  
  74. ol{
  75.     font-size: 12px;
  76.     font : normal;
  77.     left : 0;
  78. }
  79. ul{
  80.     font-size: 12px;
  81.     font : normal;
  82. }
  83.  
  84. li.small
  85. {
  86.     font-size: 10px;
  87. }